projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01c600f
)
* test/automated/Makefile.in (check-tar): New rule.
author
Glenn Morris
<rgm@gnu.org>
Sun, 3 Aug 2014 03:45:59 +0000
(23:45 -0400)
committer
Glenn Morris
<rgm@gnu.org>
Sun, 3 Aug 2014 03:45:59 +0000
(23:45 -0400)
test/ChangeLog
patch
|
blob
|
history
test/automated/Makefile.in
patch
|
blob
|
history
diff --git
a/test/ChangeLog
b/test/ChangeLog
index f9b410bf6004a111d8489c16d56ba00797b83507..4339dc56ff37ccf907c50d835c3d1f09ba908ad5 100644
(file)
--- a/
test/ChangeLog
+++ b/
test/ChangeLog
@@
-1,3
+1,7
@@
+2014-08-03 Glenn Morris <rgm@gnu.org>
+
+ * automated/Makefile.in (check-tar): New rule.
+
2014-08-02 Glenn Morris <rgm@gnu.org>
* automated/fns-tests.el (fns-tests-compare-strings):
diff --git
a/test/automated/Makefile.in
b/test/automated/Makefile.in
index e0eaffa4c2c09284cb5c926956e761be5e8db55e..7b489afeb5e16bc32025f09cf24b2da82fbe03b9 100644
(file)
--- a/
test/automated/Makefile.in
+++ b/
test/automated/Makefile.in
@@
-121,6
+121,11
@@
check:
check-maybe: ${LOGFILES}
$(emacs) -l ert -f ert-summarize-tests-batch-and-exit $^
+## Mainly for hydra.
+.PHONY: check-tar
+check-tar: check
+ tar -cf logs.tar ${LOGFILES}
+
.PHONY: mostlyclean clean bootstrap-clean distclean maintainer-clean
clean mostlyclean: